projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3608c5f
)
Fix compilation with CHECK_STRUCTS
author
Andreas Schwab
<schwab@linux-m68k.org>
Sat, 31 Aug 2019 10:39:16 +0000
(12:39 +0200)
committer
Andreas Schwab
<schwab@linux-m68k.org>
Sat, 31 Aug 2019 10:41:53 +0000
(12:41 +0200)
* src/pdumper.c (dump_hash_table): Update hash of Lisp_Hash_Table.
src/pdumper.c
patch
|
blob
|
history
diff --git
a/src/pdumper.c
b/src/pdumper.c
index 73a50cee53a47b3c556d90321f35a8cd62ea0c08..5e70e20431c428bcc2bbbf03e963d7f198ab287d 100644
(file)
--- a/
src/pdumper.c
+++ b/
src/pdumper.c
@@
-2696,7
+2696,7
@@
dump_hash_table (struct dump_context *ctx,
Lisp_Object object,
dump_off offset)
{
-#if CHECK_STRUCTS && !defined HASH_Lisp_Hash_Table_
BB1ACF756E
+#if CHECK_STRUCTS && !defined HASH_Lisp_Hash_Table_
12AFBF47AF
# error "Lisp_Hash_Table changed. See CHECK_STRUCTS comment in config.h."
#endif
const struct Lisp_Hash_Table *hash_in = XHASH_TABLE (object);